github.com/gotd/td/internal/mtproto.Conn.writeServiceMessage (method)
5 uses
github.com/gotd/td/internal/mtproto (current package)
ack.go#L19: if err := c.writeServiceMessage(ctx, &mt.MsgsAck{MsgIDs: buf}); err != nil {
ping.go#L26: if err := c.writeServiceMessage(ctx, &mt.PingRequest{PingID: pingID}); err != nil {
ping.go#L67: if err := c.writeServiceMessage(ctx, &mt.PingDelayDisconnectRequest{
salt.go#L43: if err := c.writeServiceMessage(ctx, request); err != nil {
write.go#L13: func (c *Conn) writeServiceMessage(ctx context.Context, message bin.Encoder) error {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |